Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
C# driver version 1.4.1 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Stam  
View profile  
 More options Apr 17 2012, 11:43 pm
From: Robert Stam <rob...@10gen.com>
Date: Tue, 17 Apr 2012 23:43:34 -0400
Local: Tues, Apr 17 2012 11:43 pm
Subject: C# driver version 1.4.1 released

Version 1.4.1 of the C# driver is now available.

This is a minor release intended to fix a few issues found in the first
iteration of support for LINQ.

Note: the LINQ implementation has only been tested with C#. We plan to add
unit tests for VB.NET <http://vb.net/> as soon as possible.

The release notes are available online at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20...

The C# driver is available for download in source or binary form
(.msi installer or .zip file) from:

http://github.com/mongodb/mongo-csharp-driver
http://github.com/mongodb/mongo-csharp-driver/downloads

Note: if you download the zip file, depending on how you unzip the file you
may need to "Unblock" the help file. You can do so by right clicking on the
"CSharpDriverDocs.chm" file and selecting Properties, and then clicking on
the "Unblock" button. You will need to "Unblock" the help file if you see
the message "Navigation to webpage was canceled" where the help text would
normally appear.

The C# driver will also be available soon on NuGet at:

http://www.nuget.org/List/Packages/mongocsharpdriver

Online documentation is available at:

http://www.mongodb.org/display/DOCS/CSharp+Language+Center

The online API reference documentation is available at:

http://api.mongodb.org/csharp/

Note: the online and API reference documentation will be updated to v1.4.1
over the next several days.

Bugs and suggestions can be submitted at:

http://jira.mongodb.org/browse/CSHARP

Questions can be posted on the mongodb-user group:

http://groups.google.com/group/mongodb-user

We monitor this group and will be happy to answer any questions you post
here.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Stam  
View profile  
 More options Apr 22 2012, 9:56 pm
From: Robert Stam <rob...@10gen.com>
Date: Sun, 22 Apr 2012 21:56:21 -0400
Local: Sun, Apr 22 2012 9:56 pm
Subject: Re: [mongodb-user] Re: C# driver version 1.4.1 released

We have fixed the two issues raised by Roman Kuzmin. The related JIRA
tickets are:

https://jira.mongodb.org/browse/CSHARP-446
https://jira.mongodb.org/browse/CSHARP-447

The issue with SetDocumentId caught us by surprise because we thought of
SetDocumentId as an internal method. However, because the interface that
defines SetDocumentId was not implemented privately it leaked out to the
public API of the BsonDocument class. In the next point release we are
temporarily changing the behavior of SetDocumentId back to match 1.4.0 and
earlier for backward compatibility reasons, but at the same time we are
marking these methods as obsolete and intend to make them private in a
later release. The usual way of setting the _id field of a BsonDocument is:

    document["_id"] = value;

The issue with Query.In only occurs if you cast a BsonArray to
IEnumerable<BsonValue> before calling Query.In, so there's a good chance
you won't be affected by that either. See the JIRA ticket CSHARP-447 for
sample code affected by this issue.

Even though both issues appear to be relatively minor and might not affect
too many users, the probability of more users being affected is high enough
that we are planning a 1.4.2 release in the coming week. Both known issues
are currently fixed, and we simply want to wait a few more days to make
sure there are no other minor issues that would be worth addressing in the
1.4.2 point release.

Thanks for the feedback, and please let us know if you have any other
issues or questions.

Robert Stam
10gen

On Wednesday, April 18, 2012 8:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »